home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-07-27 | 1.8 KB | 96 lines | [TEXT/DMOS] |
- { From user A Lumens, Project Carcosts at Tue, Jul 27, 1993 10:13 PM}
-
-
- { System Variables with non-default values: }
- Samplesize := 2000
- Typechecking := 1
- Checking := 1
- Saveoptions := 2
- Savevalues := 0
- Distresol := 16
-
-
- { Non-default Time SysVar value: }
- Time := [0,1,2]
-
- Project Carcosts
- Title: Car Cost Model
- Description: A demonstration model to show how to calculate the cost of running a car.
- Author: Brian
- Date: Mon, Jul 5, 1993 1:59 PM
- Saveauthor: A Lumens
- Savedate: Tue, Jul 27, 1993 10:13 PM
- Defaultsize: 48,20
- Diagstate: 1,40,50,449,243,5
- Windstate: 1,57,67
- Fileinfo: 0,-5,5798,Project Carcosts,Car Cost Model
- Getresource Pagesetup,1
-
- Model Fuel_cost_
- Title: Fuel cost~
- Model
- Author: A Lumens
- Date: Thu, Jul 15, 1993 4:29 PM
- Location: 184,184
- Nodesize: 48,20
- Diagstate: 1,62,223,449,243,4
-
- Chance Fuel_cost
- Title: Fuel cost
- Units: $/year
- Description: Annual cost of fuel
- Definition: ((Price*Mpy)/Mpg)
- Location: 272,128
- Nodesize: 48,20
- Windstate: 1,152,210
-
- Chance Price
- Title: Fuel~
- price
- Units: $
- Description: Price of a gallon of gasoline
- Definition: Normal(1.19,0.1)
- Location: 48,24
- Nodesize: 48,20
- Windstate: 1,152,223
-
- Chance Mpy
- Title: Miles per~
- year
- Units: miles/year
- Description: Average miles driven per year
- Definition: 12K
- Location: 160,24
- Nodesize: 48,20
-
- Chance Mpg
- Title: Miles per~
- gallon
- Units: miles/gallon
- Description: Average number of miles per gallon obtained by a car.
- Definition: Uniform( 20, 30 )
- Location: 48,80
- Nodesize: 48,20
-
- Close Fuel_cost_
- Chance Maint
- Title: Maintenance~
- cost
- Units: $/year
- Description: Annual car maintenance costs such as oil changes
- Definition: 2400
- Location: 184,72
- Nodesize: 48,20
- Windstate: 1,40,129
-
- Objective Total_cost
- Title: Total cost
- Units: $/year
- Description: Total annual cost of driving and maintaining a car.
- Definition: Fuel_cost + Maint
- Location: 328,128
- Nodesize: 48,20
- Windstate: 1,40,127
-
- Close Carcosts
-